home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / terminal.sit / Terminal 1.7 / card_3332.txt < prev    next >
Text File  |  1988-11-14  |  10KB  |  563 lines

  1. -- card: 3332 from stack: in.7
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2737
  5. -- name: Setup
  6. ----- HyperTalk script -----
  7. on ok
  8.   show card field id 26
  9.   wait 90
  10.   hide card field id 26
  11. end ok
  12.  
  13.  
  14.  
  15. -- part 1 (button)
  16. -- low flags: 00
  17. -- high flags: 8001
  18. -- rect: left=19 top=58 right=79 bottom=111
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 0
  23. -- text size: 12
  24. -- style flags: 0
  25. -- line height: 16
  26. -- part name: Baud
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 8001
  32. -- rect: left=116 top=58 right=79 bottom=208
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Data Bits
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: 8001
  46. -- rect: left=213 top=58 right=79 bottom=305
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Stop Bits
  55.  
  56.  
  57. -- part 4 (button)
  58. -- low flags: 00
  59. -- high flags: 8001
  60. -- rect: left=310 top=58 right=79 bottom=402
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 0
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Parity
  69.  
  70.  
  71. -- part 5 (button)
  72. -- low flags: 00
  73. -- high flags: 8001
  74. -- rect: left=406 top=58 right=79 bottom=498
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Mode
  83.  
  84.  
  85. -- part 6 (button)
  86. -- low flags: 00
  87. -- high flags: 8004
  88. -- rect: left=19 top=88 right=107 bottom=110
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: 300 Baud
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   global baud
  100.   put 300 into baud
  101.   openit
  102.   ok
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 7 (button)
  108. -- low flags: 00
  109. -- high flags: 8004
  110. -- rect: left=19 top=110 right=129 bottom=110
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: 1200 Baud
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   global baud
  122.   put 1200 into baud
  123.   openit
  124.   ok
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 8 (button)
  130. -- low flags: 00
  131. -- high flags: 8004
  132. -- rect: left=117 top=110 right=129 bottom=208
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: 6 Data Bits
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   global data
  144.   put 6 into data
  145.   openit
  146.   ok
  147. end mouseUp
  148.  
  149.  
  150.  
  151. -- part 9 (button)
  152. -- low flags: 00
  153. -- high flags: 8004
  154. -- rect: left=19 top=132 right=151 bottom=110
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 0 / 0
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: 2400 Baud
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   global baud
  166.   put 2400 into baud
  167.   openit
  168.   ok
  169. end mouseUp
  170.  
  171.  
  172.  
  173. -- part 10 (button)
  174. -- low flags: 00
  175. -- high flags: 8004
  176. -- rect: left=19 top=154 right=173 bottom=110
  177. -- title width / last selected line: 0
  178. -- icon id / first selected line: 0 / 0
  179. -- text alignment: 1
  180. -- font id: 0
  181. -- text size: 12
  182. -- style flags: 0
  183. -- line height: 16
  184. -- part name: 4800 Baud
  185. ----- HyperTalk script -----
  186. on mouseUp
  187.   global baud
  188.   put 4800 into baud
  189.   openit
  190.   ok
  191. end mouseUp
  192.  
  193.  
  194.  
  195. -- part 11 (button)
  196. -- low flags: 00
  197. -- high flags: 8004
  198. -- rect: left=19 top=176 right=195 bottom=110
  199. -- title width / last selected line: 0
  200. -- icon id / first selected line: 0 / 0
  201. -- text alignment: 1
  202. -- font id: 0
  203. -- text size: 12
  204. -- style flags: 0
  205. -- line height: 16
  206. -- part name: 7200 Baud
  207. ----- HyperTalk script -----
  208. on mouseUp
  209.   global baud
  210.   put 7200 into baud
  211.   openit
  212.   ok
  213. end mouseUp
  214.  
  215.  
  216.  
  217. -- part 12 (button)
  218. -- low flags: 00
  219. -- high flags: 8004
  220. -- rect: left=19 top=198 right=217 bottom=110
  221. -- title width / last selected line: 0
  222. -- icon id / first selected line: 0 / 0
  223. -- text alignment: 1
  224. -- font id: 0
  225. -- text size: 12
  226. -- style flags: 0
  227. -- line height: 16
  228. -- part name: 9600 Baud
  229. ----- HyperTalk script -----
  230. on mouseUp
  231.   global baud
  232.   put 9600 into baud
  233.   openit
  234.   ok
  235. end mouseUp
  236.  
  237.  
  238.  
  239. -- part 13 (button)
  240. -- low flags: 00
  241. -- high flags: 8004
  242. -- rect: left=117 top=88 right=107 bottom=208
  243. -- title width / last selected line: 0
  244. -- icon id / first selected line: 0 / 0
  245. -- text alignment: 1
  246. -- font id: 0
  247. -- text size: 12
  248. -- style flags: 0
  249. -- line height: 16
  250. -- part name: 5 Data Bits
  251. ----- HyperTalk script -----
  252. on mouseUp
  253.   global data
  254.   put 5 into data
  255.   openit
  256.   ok
  257. end mouseUp
  258.  
  259.  
  260.  
  261. -- part 14 (button)
  262. -- low flags: 00
  263. -- high flags: 8004
  264. -- rect: left=117 top=132 right=151 bottom=208
  265. -- title width / last selected line: 0
  266. -- icon id / first selected line: 0 / 0
  267. -- text alignment: 1
  268. -- font id: 0
  269. -- text size: 12
  270. -- style flags: 0
  271. -- line height: 16
  272. -- part name: 7 Data Bits
  273. ----- HyperTalk script -----
  274. on mouseUp
  275.   global data
  276.   put 7 into data
  277.   openit
  278.   ok
  279. end mouseUp
  280.  
  281.  
  282.  
  283. -- part 15 (button)
  284. -- low flags: 00
  285. -- high flags: 8004
  286. -- rect: left=117 top=155 right=174 bottom=208
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 1
  290. -- font id: 0
  291. -- text size: 12
  292. -- style flags: 0
  293. -- line height: 16
  294. -- part name: 8 Data Bits
  295. ----- HyperTalk script -----
  296. on mouseUp
  297.   global data
  298.   put 8 into data
  299.   openit
  300.   ok
  301. end mouseUp
  302.  
  303.  
  304.  
  305. -- part 16 (button)
  306. -- low flags: 00
  307. -- high flags: 8004
  308. -- rect: left=214 top=88 right=107 bottom=305
  309. -- title width / last selected line: 0
  310. -- icon id / first selected line: 0 / 0
  311. -- text alignment: 1
  312. -- font id: 0
  313. -- text size: 12
  314. -- style flags: 0
  315. -- line height: 16
  316. -- part name: 1 Stop Bit
  317. ----- HyperTalk script -----
  318. on mouseUp
  319.   global stop
  320.   put 10 into stop
  321.   openit
  322.   ok
  323. end mouseUp
  324.  
  325.  
  326.  
  327. -- part 17 (button)
  328. -- low flags: 00
  329. -- high flags: 8004
  330. -- rect: left=214 top=110 right=129 bottom=305
  331. -- title width / last selected line: 0
  332. -- icon id / first selected line: 0 / 0
  333. -- text alignment: 1
  334. -- font id: 0
  335. -- text size: 12
  336. -- style flags: 0
  337. -- line height: 16
  338. -- part name: 1/2 Stop Bits
  339. ----- HyperTalk script -----
  340. on mouseUp
  341.   global stop
  342.   put 15 into stop
  343.   openit
  344.   ok
  345. end mouseUp
  346.  
  347.  
  348.  
  349. -- part 18 (button)
  350. -- low flags: 00
  351. -- high flags: 8004
  352. -- rect: left=214 top=132 right=151 bottom=305
  353. -- title width / last selected line: 0
  354. -- icon id / first selected line: 0 / 0
  355. -- text alignment: 1
  356. -- font id: 0
  357. -- text size: 12
  358. -- style flags: 0
  359. -- line height: 16
  360. -- part name: 2 Stop Bits
  361. ----- HyperTalk script -----
  362. on mouseUp
  363.   global stop
  364.   put 20 into stop
  365.   openit
  366.   ok
  367. end mouseUp
  368.  
  369.  
  370.  
  371. -- part 19 (button)
  372. -- low flags: 00
  373. -- high flags: 8004
  374. -- rect: left=312 top=88 right=107 bottom=403
  375. -- title width / last selected line: 0
  376. -- icon id / first selected line: 0 / 0
  377. -- text alignment: 1
  378. -- font id: 0
  379. -- text size: 12
  380. -- style flags: 0
  381. -- line height: 16
  382. -- part name: None
  383. ----- HyperTalk script -----
  384. on mouseUp
  385.   global parity
  386.   put 0 into parity
  387.   openit
  388.   ok
  389. end mouseUp
  390.  
  391.  
  392.  
  393. -- part 20 (button)
  394. -- low flags: 00
  395. -- high flags: 8004
  396. -- rect: left=312 top=110 right=129 bottom=403
  397. -- title width / last selected line: 0
  398. -- icon id / first selected line: 0 / 0
  399. -- text alignment: 1
  400. -- font id: 0
  401. -- text size: 12
  402. -- style flags: 0
  403. -- line height: 16
  404. -- part name: Even
  405. ----- HyperTalk script -----
  406. on mouseUp
  407.   global parity
  408.   put 2 into parity
  409.   openit
  410.   ok
  411. end mouseUp
  412.  
  413.  
  414.  
  415. -- part 21 (button)
  416. -- low flags: 00
  417. -- high flags: 8004
  418. -- rect: left=312 top=132 right=151 bottom=403
  419. -- title width / last selected line: 0
  420. -- icon id / first selected line: 0 / 0
  421. -- text alignment: 1
  422. -- font id: 0
  423. -- text size: 12
  424. -- style flags: 0
  425. -- line height: 16
  426. -- part name: Odd
  427. ----- HyperTalk script -----
  428. on mouseUp
  429.   global parity
  430.   put 1 into parity
  431.   openit
  432.   ok
  433. end mouseUp
  434.  
  435.  
  436.  
  437. -- part 22 (button)
  438. -- low flags: 00
  439. -- high flags: 8004
  440. -- rect: left=407 top=88 right=107 bottom=498
  441. -- title width / last selected line: 0
  442. -- icon id / first selected line: 0 / 0
  443. -- text alignment: 1
  444. -- font id: 0
  445. -- text size: 12
  446. -- style flags: 0
  447. -- line height: 16
  448. -- part name: Full
  449. ----- HyperTalk script -----
  450. on mouseUp
  451.   global mode
  452.   put 0 into mode
  453.   openit
  454.   ok
  455. end mouseUp
  456.  
  457.  
  458.  
  459. -- part 23 (button)
  460. -- low flags: 00
  461. -- high flags: 8004
  462. -- rect: left=407 top=110 right=129 bottom=498
  463. -- title width / last selected line: 0
  464. -- icon id / first selected line: 0 / 0
  465. -- text alignment: 1
  466. -- font id: 0
  467. -- text size: 12
  468. -- style flags: 0
  469. -- line height: 16
  470. -- part name: Half
  471. ----- HyperTalk script -----
  472. on mouseUp
  473.   global mode
  474.   put 1 into mode
  475.   openit
  476.   ok
  477. end mouseUp
  478.  
  479.  
  480.  
  481. -- part 24 (button)
  482. -- low flags: 00
  483. -- high flags: 8004
  484. -- rect: left=407 top=132 right=151 bottom=498
  485. -- title width / last selected line: 0
  486. -- icon id / first selected line: 0 / 0
  487. -- text alignment: 1
  488. -- font id: 0
  489. -- text size: 12
  490. -- style flags: 0
  491. -- line height: 16
  492. -- part name: Echo
  493. ----- HyperTalk script -----
  494. on mouseUp
  495.   global mode
  496.   put 2 into mode
  497.   openit
  498.   ok
  499. end mouseUp
  500.  
  501.  
  502.  
  503. -- part 25 (button)
  504. -- low flags: 00
  505. -- high flags: 8003
  506. -- rect: left=315 top=214 right=267 bottom=501
  507. -- title width / last selected line: 0
  508. -- icon id / first selected line: 14953 / 14953
  509. -- text alignment: 1
  510. -- font id: 0
  511. -- text size: 12
  512. -- style flags: 0
  513. -- line height: 16
  514. -- part name: Go back
  515. ----- HyperTalk script -----
  516. on mouseUp
  517.   visual effect barn door close
  518.   go to card "Screen"
  519. end mouseUp
  520.  
  521.  
  522.  
  523. -- part 26 (field)
  524. -- low flags: 81
  525. -- high flags: 0004
  526. -- rect: left=136 top=274 right=327 bottom=246
  527. -- title width / last selected line: 0
  528. -- icon id / first selected line: 0 / 0
  529. -- text alignment: 1
  530. -- font id: 0
  531. -- text size: 12
  532. -- style flags: 6400
  533. -- line height: 16
  534. -- part name: Done !
  535.  
  536.  
  537. -- part 27 (field)
  538. -- low flags: 01
  539. -- high flags: 0004
  540. -- rect: left=7 top=298 right=335 bottom=120
  541. -- title width / last selected line: 0
  542. -- icon id / first selected line: 0 / 0
  543. -- text alignment: 0
  544. -- font id: 3
  545. -- text size: 12
  546. -- style flags: 0
  547. -- line height: 16
  548. -- part name: next
  549.  
  550.  
  551. -- part contents for background part 1
  552. ----- text -----
  553. Hyper Terminal 1.7 by Ricardo Batista
  554.  
  555. -- part contents for card part 26
  556. ----- text -----
  557.  
  558. Done !
  559.  
  560. -- part contents for card part 27
  561. ----- text -----
  562. Next Version :
  563. File Transfers !!!